Uses Active Accessibility to set the name of a control.
Syntax
MSAASetName("Name")
Arguments
| Argument | Description |
|---|---|
| Name | Name to set on the control. |
Supported objects
Browser, Button, Calendar, Cell, CheckBox, ColumnHeader, ComboBox, ContextMenu, Control, DateTimePicker, EditBox, Grid, HTMLElement, HTMLLink, HTMLTable, Image, Item, Label, Link, ListBox, ListView, Menu, NavigationField, PopupMenu, ProgressBar, RadioButton, Row, RowHeader, ScrollBar, Slider, SpinBox, SubItem, Tab, TabBar, ToolBar, Tree, Window
Example
Window("Report a Bug").HTMLLink("SoloSubmitLogo").MSAASetName("Link to SoloSubmit")